home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / libkb100.zip / LIBKB-1.00 / MAKE_EMX.BAT < prev    next >
DOS Batch File  |  1996-07-23  |  245b  |  9 lines

  1. @echo off
  2.  
  3. rem /* make_emx.bat -- make driver for emx+gcc
  4. rem  * Copyright (C) 1996 Markus F.X.J. Oberhumer
  5. rem  * For conditions of distribution and use, see copyright notice in kb.h 
  6. rem  */
  7.  
  8. make -f config\dos\makefile.dj2 target=emx
  9.